home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / prolog / brklyprl.lha / Emulator / Tests / Passed / test2.pl < prev    next >
Encoding:
Text File  |  1989-04-14  |  135 b   |  4 lines

  1.  
  2. /* Copyright (C) 1988, 1989 Herve' Touati, Aquarius Project, UC Berkeley */
  3.  
  4. main :- Z = [X,Y,A,B], X = A, A = a, Y = B, B = b, X = Y.